home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet the City
/
Internet The City.iso
/
pc
/
itcw95
/
_setup.1
/
data.Dxr
/
Internal_15.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-03
|
255 b
|
12 lines
on mouseDown
set mysprite to the clickOn
paintpict(point(383, 343), "imp_ok.pic", 1, 0)
quickclick()
repeat while the mouseDown
end repeat
paintpict(point(383, 343), "imp_ok.pic", 0, 0)
if rollOver(mysprite) then
getprint()
end if
end